And the compiler will treat pointers to function descriptors as 进行编译,并且编译器将指向函数说明符的指针视为
For example , and the pointer to function syntax was similarly extended ) ,类似地,还扩展了指向函数语法的指针(
Given a pointer to an object , dynamic linkage lets us find type - specific functions : every object starts with a descriptor which contains pointers to functions applicable to the object 给定一个指向一个对象的指针,动态链接让我们找到类型详细而精确的函数:每个对象开始于一个描述符,这个描述符包含一系列指向对象可用的函数。